ArcPadScripting
Mode

Mode constants

Constant Value Description
apFileAppend 8 Append mode.
apFileWrite 2 Read/Write mode.
apFileRead 1 Read Only mode.

Remarks
Use these constants with the Mode argument of the Open method of the File object.
Applies To